From 824776cb02af011424ad6bdaa15238a1eafcb700 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 3 May 2012 08:07:13 +0100 Subject: [PATCH] fontsel: Add a deprecation note in the constructor docs To match the compiler attribute, otherwise the introspection scanner will not pick up the deprecation. --- gtk/deprecated/gtkfontsel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk/deprecated/gtkfontsel.c b/gtk/deprecated/gtkfontsel.c index c0835c2cd2..15a311d746 100644 --- a/gtk/deprecated/gtkfontsel.c +++ b/gtk/deprecated/gtkfontsel.c @@ -610,7 +610,9 @@ gtk_font_selection_init (GtkFontSelection *fontsel) * * Creates a new #GtkFontSelection. * - * Return value: a n ew #GtkFontSelection + * Return value: a new #GtkFontSelection + * + * Deprecated: 3.2: Use #GtkFontChooserWidget instead */ GtkWidget * gtk_font_selection_new (void) -- 2.30.2